home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / ftp / documents / acornusr / 1992 / aug92 next >
Encoding:
Text File  |  1996-02-28  |  3.3 KB  |  86 lines

  1. 07/08/94
  2. Become A Power User !
  3.  
  4. RISC OS provides a number of shortcuts which make performing many 
  5. tasks easier and quicker. RISC OS 3 has introduced additional new 
  6. features which improve the situation still further. To see the 
  7. effects to best advantage, why not try them out as you read this?
  8.  
  9. The Adjust Button                           
  10.  
  11. The Adjust button is generally used to provide some option which 
  12. behaves like the action produced by clicking Select, but is subtly 
  13. different in some way. Alternatively it may provide a short cut to 
  14. a dialogue window. The one thing it should never do is exactly 
  15. duplicate the action of Select.
  16.  
  17. Some of these facilities are provided within RISC OS, while others 
  18. rely upon the author of an application to implement them in a 
  19. standard manner. The action of the mouse buttons, and many other 
  20. issues relating to the user interface, is covered in the RISC OS 
  21. Style Guide (product code AKJ18).
  22.  
  23. * The usual method of dragging a window is use the Select button on 
  24. the title bar. This brings the window to the front as well, which 
  25. can sometimes disrupt a layout of windows which has taken some time 
  26. to build up. However, if Adjust is used, the window can be dragged, 
  27. but will retain it's position in the stack of windows.
  28.  
  29. * To move the work area of a window you may either drag the scroll 
  30. bar, or click Select on the up/down/left/right arrows (if provided 
  31. on that window). Clicking Adjust on one of these arrows moves in the 
  32. opposite directions to Select, which saves having to move to the 
  33. opposite arrow if you overshoot whilst scrolling a window.
  34.  
  35. * The idea of Adjust performing the opposite of Select also appears 
  36. in some dialogue boxes (eg the zoom setting in !Draw). Clicking 
  37. Select will increment a value, but clicking Adjust will decrement 
  38. it. Again, this helps to reduce mouse movement.
  39.  
  40. * Clicking Adjust on the close box of a filer window will open the 
  41. parent directory for the one which you closed. Some editors also 
  42. support this - ie Adjust on the close box of an editor window will 
  43. open the directory viewer containing the file which was being edited.
  44.  
  45. Continued next month...
  46.  
  47.  
  48. Pound Signs and PC Emulators
  49.  
  50. Some users have been unable to get the £ sign under the PC Emulator. 
  51. This is due to there not being a £ key on a US layout PC keyboard. 
  52. You can get reprogram the # key to produce the £ by adding:
  53.  
  54. To AUTOEXEC.BAT -
  55.  
  56. @ECHO ON
  57. PROMPT $e[35;156p
  58. CLS
  59. @ECHO OFF
  60.  
  61. To CONFIG.SYS -
  62.  
  63. DEVICE = ANSI.SYS
  64.  
  65.  
  66. Did you know ... ?
  67.  
  68. If you drag a file/directory or application in to a RISC OS 3 !Edit 
  69. window with the SHIFT key held down the name of the object is 
  70. inserted. This can make building boot files much quicker! This also 
  71. works with !SrcEdit which is supplied with Desktop C/Assembler.
  72.  
  73. Programs which were written in C (including !Edit, !Draw and !Paint) 
  74. have keyboard shortcuts available when a dialogue box is being 
  75. displayed. Pressing F1 reacts like clicking the first icon (icon 0), 
  76. F2 for the second (icon 1) and so on. In addition, if a letter key is 
  77. pressed an attempt will be made to match it against a capital letter 
  78. in a field. Thus, using !Edit's Find window as an example you can 
  79. repeat the last search by pressing F4 F2 F1. Similarly when a match has 
  80. been found you could use C or F2 to Continue, R or F3 to Replace and so 
  81. on. 
  82.  
  83. Note that this may not work where the input focus is also within the 
  84. window.
  85.  
  86.